ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / MinLength Property

In This Topic
    MinLength Property (AutoCompleteBase<T>)
    In This Topic
    Gets or sets the minimum input length to trigger autocomplete suggestions.
    Syntax
    'Declaration
     
    Public Overridable Property MinLength As Integer
    public virtual int MinLength {get; set;}
    See Also